summary
{base}
Obtain summary statistics or detailed regression output
min
{base}
Get minimum of a vector
range
{base}
Return range of values
seq
{base}
Create a sequence
theme_classic
{GGPLOT2}
A minimalistic theme with no gridlines
boxplot
{graphics}
Plot a simple box plot
sd
{stats}
Get standard deviation of a vector
aes
{GGPLOT2}
Construct aesthetic mapping of a ggplot graph
hist
{graphics}
Plot a simple histogram
labs
{GGPLOT2}
Customise labels in GGPLOT2
scale_x_continuous
{GGPLOT2}
Customise continuous x axis
max
{base}
Get maximum of a vector
sum
{base}
Get sum of numeric values or a vector
median
{stats}
Get median of a vector
ggplot
{GGPLOT2}
Create a ggplot graph
geom_histogram
{GGPLOT2}
Generates a histogram
var
{stats}
Calculate variance
The end!